Feature: Crear una nueva publicación de blog

Scenarios

Chart

Status

Progress

1

Passed

0.00%

Failed

0.00%
Total duration:
0m 13.966s

Scenario: Como usuario, quiero crear una nueva publicación de blog

Before 0m 2.888s
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin" 0m 2.290s
When I enter email "testerJunior@gmail.com" 0m 1.785s
And I enter password "testerjunior1" 0m 0.413s
And I click login 0m 0.396s
When I click on posts 0m 1.683s
And I click on new post 0m 0.422s
And I enter post title "titulo de la nueva publicación" in the content field 0m 0.447s
And I enter post content "contenido de la nueva publicación" in the content field 0m 0.455s
When I click publish 0m 1.421s
Then I verify that a button with span continue final review exists 0m 0.261s
When I click continue, final review 0m 0.347s
Then I verify that a button with span Publish post, right now exists 0m 0.254s
When I click publish post, right now 0m 0.364s
Then I verify that a text with span Boom. its out there exists 0m 0.455s + Show Error
Evaluation failed: DOMException: Failed to execute 'evaluate' on 'Document': The string './/span[normalize-space() = ""Boom. it's out there""]' is not a valid XPath expression.
    at __puppeteer_evaluation_script__:3:39
Error: Evaluation failed: DOMException: Failed to execute 'evaluate' on 'Document': The string './/span[normalize-space() = ""Boom. it's out there""]' is not a valid XPath expression.
    at __puppeteer_evaluation_script__:3:39
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async DevToolsDriver.findElements (/Users/feliperivera/node_modules/devtools/build/utils.js:118:11)
    at async Browser.wrappedCommand (/Users/feliperivera/node_modules/devtools/build/devtoolsdriver.js:128:26)
    at async Browser.wrapCommandFn (/Users/feliperivera/node_modules/@wdio/utils/build/shim.js:136:29)
    at async Browser.$$ (/Users/feliperivera/node_modules/webdriverio/build/commands/browser/$$.js:63:11)
    at async Browser.wrapCommandFn (/Users/feliperivera/node_modules/@wdio/utils/build/shim.js:136:29)
    at async KrakenWorld.<anonymous> (/Users/feliperivera/Desktop/Kraken/features/web/step_definitions/step.js:79:22)
After 0m 0.085s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When I enter email "testerJunior@gmail.com"
And I enter password "testerjunior1"
And I click login
When I click on posts
And I click on new post
And I enter post title "titulo de la nueva publicación" in the content field
And I enter post content "contenido de la nueva publicación" in the content field
When I click publish
Then I verify that a button with span continue final review exists
When I click continue, final review
Then I verify that a button with span Publish post, right now exists
When I click publish post, right now
Then I verify that a text with span Boom. its out there exists
After
NO IMAGE AVAILABLE